home *** CD-ROM | disk | FTP | other *** search
/ Exploring Where & Why / Exploring Where & Why.iso / pc / MODULES / LESSON03 / ACT03A / L03A2.DIR / Internal_34_repeat clickPlaces.ls < prev    next >
Encoding:
Text File  |  2003-05-02  |  136 b   |  9 lines

  1. on exitFrame me
  2.   global clickedPlaces
  3.   if clickedPlaces.count() <= 0 then
  4.     go(the frame + 1)
  5.   else
  6.     go(the frame)
  7.   end if
  8. end
  9.